Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/23 - Drawing Pad/

assets /cody/swapnilsparsh/30DaysOfJavaScript/23 - Drawing Pad/assets/
1 Items
  • drawing-pad.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/23 - Drawing Pad/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/23 - Drawing Pad/index.html
    451 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    script.js /cody/swapnilsparsh/30DaysOfJavaScript/23 - Drawing Pad/script.js
    244 Views
    0 Comments
    const colorInput = document.getElementById('color');
    const weight = document.getElementById('weight');
    const clear = document.ge
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/23 - Drawing Pad/style.css
    140 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    }

    @font-face {